home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 051-075 / 058 / bigview / iff.h < prev    next >
C/C++ Source or Header  |  1995-03-13  |  234b  |  12 lines

  1. /* iff.h; NewZAP support routines; (c) 1986-87 DJH */
  2.  
  3. #define LOWIDTH  376 /* includes OVERSCAN! */
  4. #define LOHEIGHT 242
  5. #define MAXCOLORS 32
  6.  
  7. struct PicMap {
  8.   long ViewModes;
  9.   UWORD colormap[MAXCOLORS];
  10.   struct BitMap BitMap;
  11. };
  12.